/*
Theme Name: SPELLSTRAP
Description: RESPONSIVE BOOTSTRAP WEBSITE
Author: Spellmann &amp; Associates
Version:1.0
*/

/* Mobile First CSS - look at responsive.css for the media queries */

/* This adds padding to accommodate for the Spellmann Toolbar */
body {
    padding-bottom: 56px;
}
p {
    font-family: 'Open Sans', sans-serif!important;
    font-size:16px;
    line-height:24px;
}
.iRow{
display:block;
  overflow:hidden;
}
/* This is the Header background and Overlay */
#header-section {
    background:url("images/header-bg.jpg") no-repeat 0 0;
    background-size:cover;
    z-index:99;
    height:auto;
}
#header-overlay {
    background-color:#faf4e6;
    height:auto;
    opacity:0.8;
    z-index:999;
}

/* This is for the Page Titles */
h2 > span {
  padding: 0 35px;
  border-bottom: 2px solid #837a73;
  display: inline-block;
  font-family: 'Kaushan Script', cursive!important;
  font-size:1.5em;
  color: #837a73;
  padding-bottom: 18px;
}

/* This is for the Exhibit Blocks on Echibit Page */
.exhibit-post {
    background:#f2f2f2;
    border:1px solid #666;
    min-height: 515px;
    padding-left: 15px;
    padding-right: 15px;    
}
hr.divider {
    border-bottom: 1px solid #b7b19b;
    border-top: 1px solid #b7b19b;
    margin-top: 0;
    height: 3px;
    width: 60%;
}
.exhibit img {
    width:100%;
    border: 1px solid #6d6d6d;
    box-shadow: 3px 3px 0 rgba(171,166,146,.6);
    -webkit-box-shadow: 3px 3px 0 rgba(171,166,146,.6);
    -moz-box-shadow: 3px 3px 0 rgba(171,166,146,.6);
    padding: 3px;
    opacity: 1;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
}
.exhibit img:hover {
    opacity: 0.8!important;
}
h2.exhibit-title {    
    text-align: center;
}
h2.exhibit-title a {
    font-family: 'Kaushan Script', cursive!important;
    font-size:32px;
    color:#000;
    opacity: 1;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
}
h2.exhibit-title a:hover {
    opacity: 0.8;
    text-decoration:none;
}
p.exhibit-line {
    text-align: center;
    font-weight:700;
}
.read-more a {
    
}
.read-more a:hover {
    
}


/* This adds the padding for the Logo and centers the logo on mobile devices */
.logo {
    padding:20px 0px;
}
.img-logo {    
    margin: 0 auto;
}

/* Responsive Slides */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
/* This will put the margin for the cta images on mobile */
.call-to-action {
    margin:10px 0px;
}  
/* This will center the CTA Images and content on Mobile Devices */
.cta-img {
    margin:0 auto;
}
h2.cta-title {
    font-family: 'Kaushan Script', cursive!important;
    font-size:25px;
    color:#000;
    text-align:center;
}
p.cta-para {
    text-align:center;
}

/* This puts the margins in between content sections */
.section-content {
    margin:20px 0px;
}
/* This puts the border and padding on the section content */
    .section-wrap-2,
    .section-wrap-3,
    .section-wrap-4,
    .section-wrap-5 {
        padding:10px 0px;
        border-top:2px solid #000;
        border-bottom:2 px solid #000;        
    }    

   
/* This will style the different sections on the Homepage */
h1.section-title {
    font-family: 'Kaushan Script', cursive!important;
    font-size:25px;
    color:#95805f;
}
h2.section-title-tag {
    font-family: 'Kaushan Script', cursive!important;
    font-size:25px;
    color:#95805f;
}
p.section-paragraph {
    
}


/* This is the CTA Btn Theme */
.btn.btn-theme {
    background-color:#5c544b;
    border:2px solid #666;
    color:#fff;
    border-radius:0!important;
}
.btn-theme:hover {
    background-color:#cbba8a;
}
.btn.btn-theme a {
    color:#fff;
    font-family: 'Kaushan Script', cursive!important;
    font-size:22px;
}
.btn.btn-theme a:hover {
    color:#000!important;
    text-decoration:none;
}




/* Spellmann Toolbar */

/* This puts the Primary Navigation in the Spellmann Toolbar */
#primaryNavigation {
    font-weight:bold;
    background-color: #8f887f;
    border-color: #756e66;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    left: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #8f887f;
}
.navbar-default .navbar-nav>li>a {
   color: #fff;
    background-color: #8f887f; 
}
/* This puts the collapsable menus in the Primary Navigation to the Spellmann Toolbar */
#primaryNavigation .navbar-collapse, #socialDropup {
    position: absolute;
    bottom: 54px;
    width: 101%;
    background: #fff;
    -webkit-box-shadow: 0px -4px 12px -7px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px -4px 12px -7px rgba(0,0,0,0.39);
    box-shadow: 0px -4px 12px -7px rgba(0,0,0,0.39);
    border: none;
    text-align: center;
}

#primaryNavigation .dropdown-menu {
    text-align: center;
}

#navBarsBtn {
    border: none;
    height: 54px;
    margin: 0;
    padding: 0 2em;
    line-height: 58px;
}

#navBarsBtn:hover, #navBarsBtn:focus {
    background: none;
}

#navBars {
    font-size: 1.3em;
}

#mobileIcons {
    height: 54px;
    line-height: 58px;
}

#mobileIcons a {
    display: inline-block;
    font-size: 1.3em;
    margin: 0 1.2em;
    color: #000;
}

#socialDropup a {
    font-size: 1.7em;
    color: #000;
}

#socialDropup a .fa {
    margin: 1em;
}


#mobileIcons a:hover, #mobileIcons a:focus {
    text-decoration: none;
    color: #000;
}

/* Blog Page Styling */
.post-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
    clear: both;
}

.post-categories li {
    display: inline-block;
    margin: 1em 1em 1em 0;
}

.post-categories li a {
    background: #ccc;
    padding: 0.7em 1.3em;
    color: #000;
    text-decoration: none;
}